home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / shark_attack_2.swf / scripts / DefineSprite_151 / frame_1 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  106 b   |  9 lines

  1. speed = 6;
  2. timer = 50;
  3. _Y = _root.shark_y;
  4. if(_xscale < 0)
  5. {
  6.    _xscale = _xscale * -1;
  7. }
  8. stop();
  9.